build: update all non-major dependencies (main) #31244
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.18.0
->1.18.1
0.25.9
->0.25.10
0.25.9
->0.25.10
21.0.1
->21.0.3
7.1.5
->7.1.6
4.1.8
->4.1.9
Release Notes
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.18.1
Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.18.0...1.18.1
evanw/esbuild (esbuild)
v0.25.10
Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefined
in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supports
nested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholder
for correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports
, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:npm/pacote (pacote)
v21.0.3
Compare Source
Dependencies
eed1bd5
#431@npmcli/[email protected]
(#431)v21.0.2
Compare Source
Dependencies
32cb6d1
#429[email protected]
(#429)vitejs/vite (vite)
v7.1.6
Compare Source
Bug Fixes
$
variables correctly (#20761) (7e8e004)skipLibCheck
isfalse
(#20755) (cc54e29)Miscellaneous Chores
colinhacks/zod (zod)
v4.1.9
Compare Source
Commits:
a78716d
Update zshy (#5249)923af80
Publish zod@4.1.9Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.